var crypto/tls.hasGCMAsmPPC64

2 uses

	crypto/tls (current package)
		cipher_suites.go#L374: 	hasGCMAsmPPC64 = runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le"
		cipher_suites.go#L376: 	hasAESGCMHardwareSupport = hasGCMAsmAMD64 || hasGCMAsmARM64 || hasGCMAsmS390X || hasGCMAsmPPC64